PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFRoleMap Class / get Method
The custom structure type.
In This Topic
    get Method
    In This Topic
    Gets the mapping for a custom structure type.
    Syntax
    public java.lang.String get( 
       java.lang.String customStructureType
    )

    Parameters

    customStructureType
    The custom structure type.

    Return Value

    The standard structure type that the custom structure type was mapped to.
    Exceptions
    ExceptionDescription
    When customStructureType is null.
    See Also